Online IVR Tutorial pop3.xp

Xtend IVR includes a flexible pop3 plugin (pop3.xp) that enables the user to retrieve e-mails / attachments via Gmail or other SSL / authenticated servers. The list of supported functions include:
  1. pop3.SetSSL()
  2. pop3.Connect()
  3. pop3.Login()
  4. pop3.GetCount()
  5. pop3.GetTotalSize()
  6. pop3.FetchMail()
  7. pop3.GetAttachmentCount()
  8. pop3.FetchAttachment()
  9. pop3.GetAttachmentType()
  10. pop3.GetAttachmentName()
  11. pop3.GetAttachmentSize()
  12. pop3.SaveAttachment()
  13. pop3.GetBody()
  14. pop3.GetMail()
  15. pop3.GetMailSize()
  16. pop3.FetchHeader()
  17. pop3.GetHeader()
  18. pop3.GetField()
  19. pop3.DeleteMail()
  20. pop3.Close()